202507091139 karabiner left_control to caps_lock

202507091139 karabiner left_control to caps_lock

{
  "description": "Left Control → tap for CapsLock, hold or with other keys = Control (no delay)",
  "manipulators": [
    {
      "type": "basic",
      "from": {
        "key_code": "left_control",
        "modifiers": {
          "optional": ["any"]
        }
      },
      "to_if_alone": [
        {
          "key_code": "caps_lock"
        }
      ],
      "to": [
        {
          "key_code": "left_control"
        }
      ]
    }
  ]
}